From af2ffa672b1fef63a6d17356791d8fef15930259 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Fri, 18 Aug 2006 15:22:54 +0100 Subject: [PATCH] Fix Xen Rules.mk eval order so that debug=y always sets verbose=y. Signed-off-by: Keir Fraser --- xen/Rules.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xen/Rules.mk b/xen/Rules.mk index 15c0af3cc1..e319ffb619 100644 --- a/xen/Rules.mk +++ b/xen/Rules.mk @@ -8,6 +8,9 @@ perfc ?= n perfc_arrays?= n crash_debug ?= n +XEN_ROOT=$(BASEDIR)/.. +include $(XEN_ROOT)/Config.mk + # Hardcoded configuration implications and dependencies. # Do this is a neater way if it becomes unwieldy. ifeq ($(debug),y) @@ -17,9 +20,6 @@ ifeq ($(perfc_arrays),y) perfc := y endif -XEN_ROOT=$(BASEDIR)/.. -include $(XEN_ROOT)/Config.mk - # Set ARCH/SUBARCH appropriately. override COMPILE_SUBARCH := $(XEN_COMPILE_ARCH) override TARGET_SUBARCH := $(XEN_TARGET_ARCH) -- 2.30.2